home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / cdto.arc / CDTO.DOC < prev    next >
Text File  |  1992-01-14  |  1KB  |  27 lines

  1. CDTO.COM by Ward Christensen 10/07/87
  2.  
  3. This program will change directory to the directory a given file is
  4. contained in. 
  5.   If you have lost a file on a disk, you would usually use a "whereis"
  6. type program to find the file, then CD to the directory WHEREIS found
  7. it in.
  8.   This program performs that function for you.
  9.   If the file is not found, it leaves you at the root level.
  10.   If you specified a wild card (? or *) in the filename then it will
  11. ASK you for each file, whether this is the one you want to stop at.
  12.   You can press:
  13.     N     (upper or lower case) to look for another match, -or-
  14.     Y     (upper or lower case) to stop there
  15.  (space)  to stop
  16.   (esc)   to stop
  17.     Q     to quit.  Y, space, esc, and Q all do the same thing.
  18.  
  19. Enjoy.  Please report bugs.  
  20.  
  21. Bug-or-feature: if given a DIRECTORY name, it will change to the
  22. directory which CONTAINS that directory.  It does this because when you
  23. say to find "something", it stops when that "something" is IN the
  24. current directory.
  25.  
  26. Ward Christensen 76703,302
  27.